home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / 1080.swf / scripts / DefineButton2_106 / BUTTONCONDACTION on(release).as
Text File  |  2006-06-13  |  208b  |  10 lines

  1. on(release){
  2.    _root.p1type = _root.p1type + 1;
  3.    if(6 < _root.p1type)
  4.    {
  5.       _root.p1type = 1;
  6.    }
  7.    p1.gotoAndStop(_root.p1type);
  8.    p1name = "\'" + _root.names[_root.p1type - 1] + "\'";
  9. }
  10.